function SetUpInstallmentsList() { var frequencyId = $('#ddlDonationFrequency :selected').val(); $('#ddlInstallments').html(''); var _maxNumber = frequencyId == 1 ? _maxInstallments : _maxRecurrings; if (_maxNumber > 0) { $('